DIR_SEP='\' is evil, use DIR_SEP='\\' instead.
authorMichael Schumacher <schumaml@cvs.gnome.org>
Mon, 29 Oct 2007 23:22:40 +0000 (23:22 +0000)
committerMichael Schumacher <schumaml@src.gnome.org>
Mon, 29 Oct 2007 23:22:40 +0000 (23:22 +0000)
2007-10-30  Michael Schumacher  <schumaml@cvs.gnome.org>

* configure.ac: DIR_SEP='\' is evil, use DIR_SEP='\\' instead.

svn path=/trunk/; revision=242

ChangeLog
configure.ac

index 731f8501a3bfd12b2dcfba439cf6cfb1507d7008..f7fa1189c88745d9b1d1a3316ab617f59461c7a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-30  Michael Schumacher  <schumaml@cvs.gnome.org>
+
+       * configure.ac: DIR_SEP='\' is evil, use DIR_SEP='\\' instead.
+
 2007-09-14  Kevin Cozens  <kcozens@cvs.gnome.org>
        
        * configure.ac: Define name of babl library file.
index 951541d45e2030cbfca81915da54d48aa96e8570..8e4fcb465ebdf42baa3c4903caf4387e2ad8c429 100644 (file)
@@ -179,7 +179,7 @@ case "$target_or_host" in
   *-*-mingw*)
     os_win32=yes
     PATH_SEP=';'
-    DIR_SEP='\'
+    DIR_SEP='\\'
     MATH_LIB=
     ;;
   *)